docs: Add missing transfer annotation to GtkBox
authorMarcus Karlsson <mk@acc.umu.se>
Sat, 12 Apr 2014 18:22:15 +0000 (20:22 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 13 Apr 2014 20:22:36 +0000 (13:22 -0700)
commitac5fbb5ef3183c4b5699fcb71102c1f040a66fcf
tree087d157041051ed984a98bf27ad76090a29435ea
parent71fdf845a74e8065fd7d4214ca8baa54261080c0
docs: Add missing transfer annotation to GtkBox

The gtk_box_get_center_widget function is missing a transfer annotation
for the returned widget. No transfer is done, so set transfer to none.

https://bugzilla.gnome.org/show_bug.cgi?id=728093
gtk/gtkbox.c